home *** CD-ROM | disk | FTP | other *** search
- Short: Replacement for Eval prog!
- Author: bc70008@bingsuns.cc.binghamton.edu
- Uploader: hoffmace@maple.lemoyne.edu
- Type: misc/math
-
- This Program will accept most Equations. The Functions it accepts are:
-
- Where # is some Number
- x is some Equation or Number
-
- ( and ) Used for Order of Operation
-
- + Addition - Subtraction * Multiplication
- / Division ^ Power #E# #*10^#
-
- pi 3.141592654
-
-
- sin(x) sine cos(x) cosine tan(x) tangent
- asin(x) arcsin acos(x) arccos atan(x) arctan
- sinh(x) hypsin cosh(x) hypcos tanh(x) hyptan
-
- exp(x) 2.718^x log(x) Log base e ln(x) Logarithm base e
-
-
- The Program Automatically defaults to Multiplication if an operator is
- not given between functions. See Below.
-
- What was Typed How Interpreted
- -------------- ---------------
- 2pi 2*pi
- 2sin(pi) 2*sin(pi)
- 2(1+2) 2*(1+2)
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 286 205 28.3% 26-Dec-93 15:41:42 evaluate.docs
- 31600 17390 44.9% 26-Dec-93 15:39:12 evaluatev1.0
- -------- ------- ----- --------- --------
- 31886 17595 44.8% 04-Jan-95 05:59:02 2 files
-